net/http.http2inflow.add (method)

9 uses

	net/http (current package)
		h2_bundle.go#L1330: func (f *http2inflow) add(n int) (connAdd int32) {
		h2_bundle.go#L6289: 		send = sc.inflow.add(n)
		h2_bundle.go#L6292: 		send = st.inflow.add(n)
		h2_bundle.go#L9646: 	connAdd := cc.inflow.add(n)
		h2_bundle.go#L9649: 		streamAdd = cs.inflow.add(n)
		h2_bundle.go#L9680: 		connAdd := cc.inflow.add(unread)
		h2_bundle.go#L9729: 			connAdd := cc.inflow.add(int(f.Length))
		h2_bundle.go#L9792: 		sendConn := cc.inflow.add(refund)
		h2_bundle.go#L9795: 			sendStream = cs.inflow.add(refund)